home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / glibc108.zip / glibc108 / aclocal.m4 < prev    next >
M4 Source File  |  1993-05-07  |  508b  |  13 lines

  1. dnl We define the macro GLIBC_PROVIDES to do an AC_PROVIDE for each macro
  2. dnl which appears in configure.in before the sysdep configure scripts are run.
  3. dnl Each sysdep configure.in does GLIBC_PROVIDES first, to avoid any
  4. dnl AC_REQUIREs or AC_BEFOREs duplicating their code.
  5. dnl
  6. define([GLIBC_PROVIDES], [dnl
  7. AC_PROVIDE([AC_PROG_INSTALL])dnl
  8. AC_PROVIDE([AC_PROG_RANLIB])dnl
  9. AC_PROVIDE([AC_PROG_CC])dnl
  10. AC_PROVIDE([AC_PROG_CPP])dnl
  11. # This file is generated from configure.in by Autoconf.  DO NOT EDIT!
  12. ])dnl
  13.